BCGControlBar Library for .NET
Basic MDI Tabs

This feature allow having MDI Tabs control as well as arrange child windows within the client area.

To enable this feature you can use one of 2 methods:

  1. You can add MdiTabsOptions component from the Toolbox and set property "TabsMode" to "Basic".
  2. You can add this code within the main form "Load" event handler: LayoutController.EnableBasicMDITabs (form, true);

The class which responsible for this feature is MdiClientListener.
You can get access to the instance of this class using new method of LayoutController class MdiClientListener LayoutController.GetMdiClientListener (Form form);

For more details please see our "BasicMDITabsDemo" example.

 

 


Copyright © 1998 - 2015, BCGSoft Co Ltd. All Rights Reserved.

Send Feedback